func github.com/oapi-codegen/runtime.marshalDeepObject

4 uses

	github.com/oapi-codegen/runtime (current package)
		deepobject.go#L17: func marshalDeepObject(in interface{}, path []string) ([]string, error) {
		deepobject.go#L26: 			fields, err := marshalDeepObject(iface, newPath)
		deepobject.go#L46: 			fields, err := marshalDeepObject(t[k], newPath)
		deepobject.go#L79: 	fields, err := marshalDeepObject(i2, nil)